From: Jim Blandy Date: Wed, 19 May 1993 03:06:38 +0000 (+0000) Subject: * xterm.c (x_new_font): Tell the frame display faces about the X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96178 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=decb54c69005d5c0ffe96ea4fd4dbfb34d0540e5;p=emacs.git * xterm.c (x_new_font): Tell the frame display faces about the newly chosen font. --- diff --git a/src/xterm.c b/src/xterm.c index 66251846cb9..91622d7f27d 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -3929,6 +3929,7 @@ x_new_font (f, fontname) f->display.x->font->fid); XSetFont (x_current_display, f->display.x->cursor_gc, f->display.x->font->fid); + init_frame_faces (f); x_set_window_size (f, f->width, f->height); }